/**
 * style.less
 * 层叠样式表
 */
*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    font-size: 10px;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #333;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
a:visited,
a:link {
    text-decoration: none;
    color: inherit;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    border: 0px;
}
img-circle {
    border-radius: 50%;
}
img-rounded {
    border-radius: .3rem;
}
img-thumbnail {
    line-height: 1.5;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: .25rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #ddd;
    border-radius: .25rem;
    background-color: #fff;
}
img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}
.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/MyriadProRegular.eot');
    src: url('../fonts/MyriadProRegular.eot') format('embedded-opentype'), url('../fonts/MyriadProRegular.woff2') format('woff2'), url('../fonts/MyriadProRegular.woff') format('woff'), url('../fonts/MyriadProRegular.ttf') format('truetype'), url('../fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}
.header {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
}
.header .logo {
    float: left;
    height: 60px;
    margin-top: 20px;
}
.header .logo img {
    max-height: 100%;
}
.header .language {
    float: right;
    margin-top: 38px;
    margin-left: 60px;
}
.header .language a {
    display: inline-block;
    color: #333;
    font-weight: bold;
}
.header .language a::after {
    float: right;
    margin: 0 4px;
    content: '/';
}
.header .language a:last-child::after {
    display: none;
}
.header .language a:hover {
    color: #1f5c9f;
}
.header .search {
    float: right;
    margin-top: 34px;
    margin-right: 0;
}
.header .search a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/icon.png) no-repeat;
    background-size: cover;
}
.header .searchbox {
    line-height: 48px;
    position: absolute;
    z-index: 99;
    top: 100px;
    right: 0;
    left: 0;
    display: none;
    width: 1200px;
    margin: auto;
    vertical-align: middle;
}
.header .searchbox input:focus {
    outline: none;
}
.header .searchbox .search-pc {
    position: relative;
}
.header .searchbox input {
    line-height: 50px;
    width: 100%;
    margin: 0;
    padding: 0 30px 0 15px;
    border: none;
    border-radius: 30px;
}
.header .searchbox .sbtn {
    position: absolute;
    top: 14px;
    right: 35px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: none;
    background: url(../images/icon.png) no-repeat;
    background-size: cover;
}
@media (max-width: 767px) {
    .header .searchbox {
        top: 75px;
    }
}
.header .nav {
    float: right;
}
.header .nav>.item {
    font-size: 16px;
    line-height: 100px;
    float: left;
    margin: 0 2px;
}
.header .nav>.item:hover,
.header .nav>.item.active {
    color: #1f5c9f;
}
.header .nav>.item.more>a::after {
    font-family: 'iconfont';
    content: '\e602';
    color: #bebebe;
}
.header .nav>.item>a {
    font-size: 18px;
    position: relative;
    display: block;
    padding: 0 35px;
}
.header .nav>.item>a:hover {
    background: none;
}
.header .nav .level-2 {
    line-height: 2;
    position: absolute;
    z-index: 9999;
    top: 70px;
    display: none;
    min-width: 190px;
    padding: 15px 20px;
    color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .09);
    background: rgba(0, 0, 0, .6);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
}
@media (max-width: 991px) {
    .header .nav .level-2 {
        top: 110px;
    }
}
.header .nav .level-2 li {
    list-style: none;
}
.header .nav .level-2 li:hover a {
    color: rgba(255, 255, 255, .6);
}
.header .nav .level-2 a {
    width: 220px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    display: block;
    overflow: hidden;
}
.online {
    position: fixed;
    z-index: 3;
    top: 40%;
    right: 0;
    width: 50px;
}
@media (max-width: 767px) {
    .online {
        display: none;
    }
}
.online a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 2px;
    cursor: pointer;
    text-decoration: none;
    background: url(../images/online.png) no-repeat rgba(0, 0, 0, .8);
}
.online a:hover {
    background-color: rgba(31, 92, 159, .8);
}
.online a.online-msn {
    background-position: 0 -50px;
}
.online a.online-skype {
    background-position: 0 -150px;
}
.online a.online-ali {
    background-position: 0 -100px;
}
.online a.online-qq {
    background-position: 0 -200px;
}
.online a.online-wechat img {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;
    display: block;
    display: none;
    width: 138px;
    height: 138px;
    padding: 4px;
    border: 1px solid #fff;
}
.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*height: 682px;*/
}
.banner .banner-box {
    /* position: absolute;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
    text-align: center;*/
}
@media(max-width: 991px) {
    .banner .banner-box {
        width: 160%;
        margin-left: -30%;
    }
}
.banner .banner-box .owl-carousel .owl-pagination {
    position: absolute;
    bottom: 40px;
    width: 100%;
}
.banner .banner-box .owl-carousel .owl-controls .owl-page.active span {
    background-color: #1f5c9f;
}
.banner .banner-box .owl-carousel .owl-controls .owl-page span {
    width: 40px;
    height: 5px;
    margin: 0 2px;
    opacity: 1;
    border: 1px solid #1f5c9f;
    border-radius: 4px;
    background: no-repeat;
}
.banner .banner-box .owl-buttons {
    display: none;
}
.banner-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 224px;
}
.banner-inner .inner-box {
    position: absolute;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}
.banner-inner .text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 1200px;
    margin: auto;
}
.banner-inner .text .location {
    position: absolute;
    bottom: 10px;
    padding: 0 15px;
}
.banner-inner .text .location a {
    display: block;
    float: left;
    color: #666;
}
.banner-inner .text .location a:after {
    float: right;
    margin: 0 2px;
    content: '/';
}
.banner-inner .text .location a:last-child:after {
    display: none;
}
.banner-inner .text .location a:hover {
    text-decoration: underline;
}
.banner-inner .text .title-in {
    position: absolute;
    right: 50px;
    bottom: 10px;
}
.banner-inner .text .title-in h2 {
    font-size: 30px;
    margin: 0;
}
.banner-inner .text .title-in h2 b {
    font-weight: normal;
    display: inline-block;
    color: #666;
}
.banner-inner .text .title-in h2 b::after {
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #666;
}
.box {
    padding: 80px 0 60px;
}
.title {
    padding-bottom: 16px;
    text-align: center;
}
.title h2 {
    font-size: 36px;
    font-weight: normal;
    position: relative;
    margin: 0;
    color: #666;
}
.title h2 b {
    color: #333;
}
.title h2::after {
    display: block;
    width: 98px;
    height: 4px;
    margin: 0 auto;
    margin-top: 26px;
    content: '';
    background-color: #1f5c9f;
}
.title h2::before {
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    display: block;
    width: 66px;
    height: 4px;
    margin: 0 auto;
    margin: auto;
    content: '';
    background-color: rgba(31, 92, 159, .7);
}
.title p {
    font-size: 16px;
    line-height: 1.5;
    margin: 38px 0 0 0;
    color: #999;
}
.box-product ul {
    overflow: hidden;
    margin-right: -20px;
    margin-left: -20px;
}
.box-product ul li {
    float: left;
    width: 25%;
    margin-top: 40px;
    padding: 0 20px;
    text-align: center;
}
.box-product ul li .pic {
    position: relative;
}
.box-product ul li .pic .mask {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: rgba(31, 92, 159, .91);
}
.box-product ul li .pic .mask p {
    font-size: 22px;
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0 0 10px 0;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    color: #fff;
}
.box-product ul li .pic .mask span {
    font-size: 16px;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    color: #b2b2b2;
}
.box-product ul li .pic .mask span::after {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    margin-top: 4px;
    content: '';
    background: url(../images/icon.png) no-repeat;
    background-position: -64px 0;
}
.box-product ul li .pic .img-box {
    padding-bottom: 88.88888889%;
}
.box-product ul li:hover .pic .mask {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#61f5c9f, endcolorstr=#61f5c9f);
}
.box-product ul li:hover .pic .mask p,
.box-product ul li:hover .pic .mask span {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.box-advantage {
    background: url(../images/advantagebg.jpg) no-repeat top center;
    background-size: cover;
}
.box-advantage .title h2 {
    color: #fff;
}
.box-advantage .title h2 b {
    color: #fff;
}
.box-advantage ul {
    overflow: hidden;
}
.box-advantage ul li {
    float: left;
    width: 150px;
    margin-top: 50px;
    margin-left: 170px;
    text-align: center;
}
.box-advantage ul li:first-child {
    margin-left: 0;
}
.box-advantage ul li .item {
    width: 150px;
    height: 150px;
    padding-top: 30px;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(31, 92, 159, .62);
}
.box-advantage ul li .item h3 {
    font-family: Arial;
    font-size: 30px;
    font-weight: normal;
    position: relative;
    display: inline-block;
    margin: 0;
    padding-right: 10px;
}
.box-advantage ul li .item h3::before {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
    content: '';
    background: url(../images/icon.png) no-repeat;
    background-position: -80px 0;
    background-size: cover;
}
.box-advantage ul li .item h3::after {
    font-size: 20px;
    position: absolute;
    right: -10px;
    content: '+';
}
.box-advantage ul li .item-2 h3::before {
    background-position: -120px 0;
}
.box-advantage ul li .item-3 h3::before {
    background-position: -160px 0;
}
.box-advantage ul li .item-4 h3::before {
    background-position: -200px 0;
}
.box-advantage ul li p {
    color: #fff;
}
.box-about {
    overflow: hidden;
    padding: 120px 0 0 0;
}
.box-about .container {
    padding-bottom: 120px;
    background: url(../images/aboutbg.jpg) no-repeat;
}
.box-about .text {
    float: right;
    width: 490px;
    background-size: cover;
}
.box-about .text .a-title span {
    font-size: 20px;
    display: block;
    color: #636363;
}
.box-about .text .a-title h2 {
    font-size: 34px;
    margin: 0;
    margin-top: 6px;
    color: #666;
}
.box-about .text .a-title h2 b {
    color: #333;
}
.box-about .text .a-title h2::after {
    display: block;
    width: 98px;
    height: 4px;
    margin-top: 18px;
    content: '';
    background-color: #014f99;
}
.box-about .text .note p {
    font-size: 16px;
    line-height: 1.875;
    color: #6c6c6c;
}
.box-about .text .info {
    margin-top: 30px;
}
.box-about .text .info p {
    font-size: 18px;
    font-style: italic;
    line-height: 2;
    margin: 0;
    color: #5a5a5a;
}
.box-about .text .info p::before {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 10px;
    margin-right: 10px;
    content: '';
    background: url(../images/icon.png) no-repeat;
    background-position: -90px 0;
    background-size: cover;
}
.box-about .text .info p b {
    font-style: normal;
}
.box-about .text .info a:hover {
    text-decoration: underline;
}
.box-about .text a.more {
    font-size: 18px;
    line-height: 45px;
    display: inline-block;
    height: 45px;
    margin-top: 30px;
    padding: 0 22px;
    color: #616161;
    border: 1px solid #7f7f7f;
}
.box-about .text a.more::before {
    font-family: 'iconfont';
    font-size: 30px;
    float: left;
    margin-right: 14px;
    content: '\e6f8';
    color: #ccc;
}
.box-about .text a.more:hover {
    color: #014f99;
}
.box-about .text a.more:hover::before {
    -webkit-animation: fadeInLeft .6s 0s ease both;
    animation: fadeInLeft .6s 0s ease both;
    color: #014f99;
}
.box-news {
    overflow: hidden;
    margin-top: -100px;
}
.box-news .info-1 {
    float: left;
    width: 48%;
    margin-top: 50px;
}
.box-news .info-1 .pic {
    margin-left: 100px;
}
.box-news .info-1 .pic .img-box {
    padding-bottom: 48.93617021%;
}
.box-news .item {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    padding-left: 100px;
}
.box-news .item .date {
    font-family: Arial;
    position: absolute;
    left: 0;
    float: left;
    width: 100px;
}
.box-news .item .date h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}
.box-news .item .date p {
    font-size: 16px;
    margin: 0;
    text-indent: 26px;
    color: #999;
}
.box-news .item .date::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    float: right;
    width: 2px;
    height: 30px;
    content: '';
    background-color: #ccc;
}
.box-news .item .note {
    font-family: Arial;
    padding-bottom: 16px;
    padding-left: 30px;
}
.box-news .item .note h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.22222222;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-news .item .note h3:hover {
    color: #014f99;
}
.box-news .item .note p {
    line-height: 1.57142857;
    display: -webkit-box;
    overflow: hidden;
    color: #888;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-news .item .note a {
    display: block;
}
.box-news .item .note a.more {
    display: inline-block;
    width: 134px;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    color: #888;
    border-top: 1px solid #ccc;
}
.box-news .item .note a.more:hover {
    color: #014f99;
}
.box-news .info-2 {
    float: right;
    width: 52%;
    padding-left: 14px;
    margin-top: 20px;
}
.box-news .info-2 .item h3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.box-news .info-2 .item .note {
    border-bottom: 1px solid #eee;
}
.box-news .info-2 .item:last-child .note {
    border: none;
}
.footer {
    background-color: #1f2021;
}
.footer .copyright {
    padding: 10px 0;
    text-align: center;
    color: #eee;
}
.footer .copyright p {
    line-height: 30px;
    margin: 0;
}
.footer .copyright a {
    font-style: italic;
    margin-left: 10px;
    color: #ccc;
}
.footer .copyright a:hover {
    color: #fff;
}
.floatnav {
    font-family: Arial;
    width: 230px;
    position: fixed;
    top: 20%;
    left: -180px;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.floatnav .f-title {
    float: right;
    height: 140px;
    width: 50px;
    padding: 20px 10px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border-radius: 0 10px 0 0;
    background-color: #1f5c9f;
}
.floatnav .f-title h3 {
    font-weight: normal;
    margin: 0;
    padding-top: 30px;
    font-size: 16px;
    width: 22px;
    position: relative;
}
.floatnav .f-title h3::before {
    font-family: 'iconfont';
    font-size: 28px;
    display: inline-block;
    content: '\e6fb';
    position: absolute;
    top: 0;
    left: 0px;
}
.floatnav .info {
    float: left;
    width: 180px;
    padding: 12px;
    border: 1px solid #c6c4be;
    background-color: #fff;
}
.floatnav .info ul {
    padding: 10px 0;
}
.floatnav .info ul li {
    font-size: 12px;
    line-height: 1.7;
}
.floatnav .info ul li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.floatnav .info ul li a::before {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 18px;
    content: '';
    border: 1px solid #444;
    border-radius: 50%;
}
.floatnav .info ul li a:hover {
    color: #014f99;
}
.floatnav .info h3 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #d2d1cc;
}
.floatnav .info h3::before {
    font-family: 'iconfont';
    font-size: 18px;
    margin-right: 10px;
    content: '\e600';
}
.floatnav .info h4 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid #d2d1cc;
}
.floatnav .info h4::before {
    font-family: 'iconfont';
    font-size: 20px;
    margin-right: 10px;
    content: '\e6fa';
}
.floatnav:hover {
    // top: 10%;
    // left: 0;
}
.content {
    overflow: hidden;
    padding: 60px 0;
}
.content .wrap {
    float: right;
    width: 76%;
    padding-left: 30px;
}
.sidenav {
    float: left;
    width: 24%;
}
.sidenav .side-title h3 {
    font-size: 20px;
    margin: 0;
}
.sidenav .side-title h3::after {
    display: block;
    width: 50px;
    height: 2px;
    margin-top: 6px;
    content: '';
    background-color: #014f99;
}
.sidenav .side {
    margin-top: 30px;
}
.sidenav .side li {
    padding: 10px 0 10px 22px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-bottom: 1px solid #e2e2e2;
}
.sidenav .side li:last-child {
    border-bottom: none;
}
.sidenav .side li a {
    font-size: 16px;
    line-height: 1.875;
    display: block;
    color: #666;
}
.sidenav .side li a::before {
    display: inline-block;
    margin-right: 12px;
    content: '>';
}
.sidenav .side li:hover,
.sidenav .side li.active {
    background-color: #014f99;
}
.sidenav .side li:hover a,
.sidenav .side li.active a {
    color: #fff;
}
.sidenav .sidecontact {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #e1e1e1;
}
.sidenav .sidecontact .note {
    padding: 6px;
}
.sidenav .sidecontact p {
    line-height: 1.71428571;
    position: relative;
    margin: 6px 0;
    padding-left: 24px;
    color: #666;
}
.sidenav .sidecontact p::before {
    font-family: 'iconfont';
    position: absolute;
    left: 0;
    display: block;
    content: '\e700';
    color: #014f99;
}
.sidenav .sidecontact p.tel::before {
    content: '\e601';
}
.sidenav .sidecontact p.fax::before {
    content: '\e62c';
}
.sidenav .sidecontact p.email::before {
    content: '\e646';
}
.sidenav .sidecontact p a:hover {
    text-decoration: underline;
}
.wrap-about .text img {
    float: left;
    margin-right: 40px;
    max-width: 100%;
}
.wrap-about .text h3 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
    padding-top: 24px;
}
.wrap-about .text p {
    font-size: 15px;
    line-height: 2;
    margin: 0;
    color: #666;
}
.wrap-about .text hr {
    height: 1px;
    border: none;
    border-top: 1px solid #e3e3e3;
}
.wrap-honor ul {
    overflow: hidden;
    margin-top: 25px;
    margin-right: -50px;
    margin-left: -50px;
}
.wrap-honor ul li {
    float: left;
    overflow: hidden;
    width: 33.33333333%;
    margin-bottom: 26px;
    padding: 0 50px;
}
.wrap-honor ul li .img-box {
    padding-bottom: 121.73913043%;
}
.wrap-honor ul li .img-box img {
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}
.wrap-honor ul li p {
    overflow: hidden;
    margin: 16px 0 0 0;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.wrap-honor ul li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/**
 * page
 */
.page {
    clear: both;
    overflow: hidden;
    text-align: right;
}
.page a {
    line-height: 37px;
    display: inline-block;
    overflow: hidden;
    width: 31px;
    height: 37px;
    margin: 0 3px;
    text-align: center;
    border: 1px solid #999;
}
.page a.active,
.page a:hover {
    color: #fff;
    border-color: #1f5c9f;
    background-color: #1f5c9f;
}
@media (max-width: 767px) {
    .page a {
        line-height: 34px;
        width: 34px;
        height: 34px;
    }
    .page a:first-child,
    .page a:last-child {
        margin: 0 5px;
    }
}
.wrap-news li {
    display: inline-block;
    width: 33.33333333%;
    margin-right: -3px;
    padding: 15px;
    vertical-align: top;
}
.wrap-news li .item {
    padding: 14px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0);
}
.wrap-news li .item h3 {
    font-size: 16px;
    overflow: hidden;
    margin-top: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wrap-news li .item h3:hover {
    color: #014f99;
}
.wrap-news li .item p {
    line-height: 1.42857143;
    display: -webkit-box;
    overflow: hidden;
    height: 80px;
    margin: 0;
    color: #666;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.wrap-news li .item a {
    display: block;
}
.wrap-news li .item .info {
    position: relative;
    margin-top: 28px;
    color: #666;
}
.wrap-news li .item .info span {
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.wrap-news li .item .info span::before {
    font-family: 'iconfont';
    font-size: 20px;
    float: left;
    margin-right: 10px;
    content: '\e6fc';
    color: #999;
}
.wrap-news li .item .info span.person {
    margin-left: 24px;
}
.wrap-news li .item .info span.person::before {
    content: '\e6fd';
}
.wrap-news li .item .info a.more::before {
    font-family: 'iconfont';
    font-size: 24px;
    position: absolute;
    top: -6px;
    right: 0;
    content: '\e6d7';
    color: #014f99;
}
.wrap-news li:hover .item {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}
.wrap-news .page {
    margin-top: 30px;
}
.wrap-news-show {
    padding-bottom: 20px;
}
.wrap-news-show .news-title h1 {
    font-size: 24px;
    margin: 0;
}
.wrap-news-show .news-title span {
    line-height: 20px;
    display: inline-block;
    margin-top: 20px;
    color: #666;
}
.wrap-news-show .news-title span::before {
    font-family: 'iconfont';
    font-size: 20px;
    float: left;
    margin-right: 10px;
    content: '\e76f';
    color: #999;
}
.wrap-news-show .news-title span.view {
    margin-left: 24px;
}
.wrap-news-show .news-title span.view::before {
    content: '\e6fc';
}
.wrap-news-show .news-title span.person {
    margin-left: 24px;
}
.wrap-news-show .news-title span.person::before {
    content: '\e6fd';
}
.wrap-news-show .text {
    margin-top: 40px;
}
.wrap-news-show .text p {
    line-height: 1.71428571;
    margin: 0;
    color: #666;
}
.wrap-news-show .text img {
    max-width: 100%;
    height: auto !important
}
.wrap-news-show .relate {
    overflow: hidden;
    margin-top: 30px;
    padding: 26px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.wrap-news-show .relate a {
    line-height: 1.71428571;
    display: inline-block;
    float: left;
    width: 50%;
    color: #666;
}
.wrap-news-show .relate a::before {
    font-family: 'iconfont';
    font-weight: bold;
    float: left;
    margin-top: 2px;
    content: '\e608';
}
.wrap-news-show .relate a.prev::before {
    margin-right: 15px;
}
.wrap-news-show .relate a.next {
    text-align: right;
}
.wrap-news-show .relate a.next::before {
    float: right;
    margin-left: 15px;
    content: '\e609';
}
.wrap-news-show .relate a:hover {
    color: #014f99;
}
.wrap-product ul {
    overflow: hidden;
    margin-top: 52px;
    margin-right: -15px;
    margin-left: -15px;
}
.wrap-product ul li {
    float: left;
    overflow: hidden;
    width: 25%;
    margin: 10px 0 26px;
    padding: 0 15px;
}
.wrap-product ul li .img-box {
    border: 1px solid #ccc;
}
.wrap-product ul li .img-box img {
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}
.wrap-product ul li p {
    font-size: 16px;
    overflow: hidden;
    margin: 16px 0 0 0;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wrap-product ul li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product-show .pro-show {
    overflow: hidden;
    margin-top: 60px;
}
.wrap-product-show .pro-show .album {
    position: relative;
    float: left;
    width: 45%;
}
.wrap-product-show .pro-show .album .img-box img {
    width: 100%;
}
.wrap-product-show .pro-show .album .sync {
    margin: 0 -5px;
}
.wrap-product-show .pro-show .album .sync1 {
    width: 100%;
    border: 1px solid #e0e0e0;
}
.wrap-product-show .pro-show .album .sync1 .item {
    width: 100%;
    text-align: center;
    background: #fff;
}
.wrap-product-show .pro-show .album .sync2 {
    width: 100%;
    margin-top: 15px;
}
.wrap-product-show .pro-show .album .sync2 .synced .item {
    border-color: #014f99;
}
.wrap-product-show .pro-show .album .sync2 .item {
    margin: 6px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
}
.wrap-product-show .pro-show .album .owl-theme .owl-controls {
    position: absolute;
    width: 100%;
}
.wrap-product-show .pro-show .album .owl-theme .owl-controls .owl-buttons {
    display: none;
    overflow: hidden;
    width: 100%;
}
.wrap-product-show .pro-show .text {
    float: right;
    width: 55%;
    padding-left: 30px;
}
.wrap-product-show .pro-show .text .p-title h2 {
    font-size: 24px;
}
.wrap-product-show .pro-show .text .note p {
    font-size: 16px;
    line-height: 1.875;
    color: #666;
}
.wrap-product-show .pro-show .text .link {
    margin-top: 100px;
    text-align: right;
}
.wrap-product-show .pro-show .text .link a {
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    color: #666;
}
.wrap-product-show .pro-show .text .link a.prev::before {
    font-family: 'iconfont';
    float: left;
    margin-right: 14px;
    content: '\eb91';
    color: #999;
}
.wrap-product-show .pro-show .text .link a.next {
    margin-left: 60px;
}
.wrap-product-show .pro-show .text .link a.next::after {
    font-family: 'iconfont';
    float: right;
    margin-left: 14px;
    content: '\e717';
    color: #999;
}
.wrap-product-show .pro-show .text .link a:hover {
    text-decoration: underline;
}
.wrap-product-show .parameter {
    margin-top: 60px;
    border: 1px solid #ccc;
}
.wrap-product-show .parameter .para-title {
    height: 54px;
    background-color: #eee;
}
.wrap-product-show .parameter .para-title h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 54px;
    margin: 0;
    padding: 0 20px;
}
.wrap-product-show .parameter .text {
    padding: 30px;
}
.wrap-product-show .parameter .text p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #666;
}
.wrap-product-show .parameter .text ul {
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
}
.wrap-product-show .parameter .text ul li {
    float: left;
    width: 33.33333333%;
    margin-top: 30px;
    padding: 0 15px;
}
.wrap-product-show .parameter .text ul li .img-box {
    padding-bottom: 72%;
    border: 1px solid #ccc;
}
.wrap-video ul {
    overflow: hidden;
    margin-right: -22px;
    margin-left: -22px;
}
.wrap-video ul li {
    float: left;
    width: 33.33333333%;
    margin-bottom: 34px;
    padding: 0 22px;
}
.wrap-video .video {
    position: relative;
    overflow: hidden;
}
.wrap-video .video:hover .img-box {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-video .video:hover .img-box img {
    opacity: .7;
}
.wrap-video .video:hover .play {
    -webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
    opacity: 1;
}
.wrap-video .video .img-box {
    padding-bottom: 66.66666667%;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    background-color: #014f99;
}
.wrap-video .video .img-box img {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.wrap-video .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.wrap-video .video .iframe {
    display: none;
    width: 100%;
}
.wrap-video .video .play {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 28%;
    margin-bottom: 100%;
    opacity: 0;
    background: url(../images/play.png) no-repeat;
    background-size: cover;
}
.wrap-video p {
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    margin: 20px 0 0 0;
    height: 20px;
    text-align: center;
    color: #666;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.wrap-technical ul {
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
}
.wrap-technical li {
    float: left;
    width: 50%;
    padding: 15px;
}
.wrap-technical li .item {
    padding: 20px 25px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: 1px solid #e1e1e1;
}
.wrap-technical li .item h3 {
    font-size: 17px;
    overflow: hidden;
    margin-top: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wrap-technical li .item h3:hover {
    color: #014f99;
}
.wrap-technical li .item p {
    font-size: 15px;
    line-height: 1.33333333;
    height: 60px;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #666;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.wrap-technical li .item a {
    display: block;
}
.wrap-technical li .item .info {
    position: relative;
    margin-top: 18px;
}
.wrap-technical li .item .info span {
    font-size: 15px;
    line-height: 20px;
    width: 33%;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    color: #666;
}
.wrap-technical li .item .info span:first-child {
    margin-right: 50px;
}
.wrap-technical li .item .info a.more::before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 64px;
    height: 20px;
    content: '';
    background: url(../images/icon.png) no-repeat;
    background-position: -448px 0;
}
.wrap-technical li:hover .item {
    border-color: #014f99;
}
.wrap-technical .page {
    margin-top: 30px;
}
.wrap-technical-show .t-title {
    position: relative;
}
.wrap-technical-show .t-title h3 {
    font-size: 20px;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    padding-right: 120px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.wrap-technical-show .t-title a.down {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: underline;
    color: #014f99;
}
.wrap-technical-show .t-title a.down::before {
    font-family: 'iconfont';
    font-size: 20px;
    float: left;
    margin-right: 10px;
    content: '\e604';
}
.wrap-technical-show .text {
    margin-top: 40px;
}
.wrap-technical-show .text p {
    line-height: 2.14285714;
    margin: 0;
    color: #666;
}
.wrap-contact {}
.wrap-contact .map {
    position: relative;
}
.wrap-contact .map img {
    display: block;
    max-width: 100%;
}
.wrap-contact .map h3 {
    font-size: 28px;
    font-weight: normal;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: 40px;
    display: inline-block;
    height: 50px;
    margin: 0;
    padding: 0 26px;
    color: #fff;
    background-color: #014f99;
}
.wrap-contact .info {
    overflow: hidden;
    margin-top: 40px;
}
.wrap-contact .info .m-title {
    /*padding-left: 15px;*/
}
.wrap-contact .info .m-title h3 {
    line-height: 24px;
    margin: 0;
}
.wrap-contact .info .m-title p {
    line-height: 24px;
    margin: 0;
    color: #666;
}
.wrap-contact .info .message {
    float: left;
    width: 70%;
    /*width: 740px;*/
}
.wrap-contact .info .message ul {
    /*width: 750px;*/
    margin: 0 -15px;
}
.wrap-contact .info .message ul li {
    float: left;
    width: 33.33333333%;
    margin-top: 18px;
    padding: 0 15px;
}
.wrap-contact .info .message ul li.text {
    width: 66.66666667%;
}
.wrap-contact .info .message ul input,
.wrap-contact .info .message ul textarea {
    line-height: 36px;
    width: 100%;
    padding: 0 14px;
    min-height: 36px;
    border: 1px solid #d9d9d9;
    outline: none;
    background-color: #f2f2f2;
}
.wrap-contact .info .message ul input:focus,
.wrap-contact .info .message ul textarea:focus {
    border-color: rgba(1, 79, 153, .4);
}
.wrap-contact .info .message ul .btn {
    line-height: 36px;
    width: 100%;
    height: 36px;
    cursor: pointer;
    padding: 0;
    color: #fff;
    border: none;
    outline: none;
    margin-bottom: 14px;
    background-color: #1f5c9f;
}
.wrap-contact .info .message ul .btn::after {
    font-family: 'iconfont';
    display: inline-block;
    margin-left: 26px;
    content: '\e64d';
}
.wrap-contact .info .message ul .btn:hover::after {
    -webkit-animation: fadeInRight 1s 0s ease both;
    animation: fadeInRight 1s 0s ease both;
}
.wrap-contact .info .text {
    float: right;
    width: 30%;
    padding-left: 30px;
}
.wrap-contact .info .text .m-title {
    padding-left: 0;
}
.wrap-contact .info .text .note {
    margin-top: 30px;
}
.wrap-contact .info .text .note p {
    font-size: 15px;
    line-height: 2;
    margin: 0;
    color: #666;
}
.wrap-contact .info .text .note a:hover {
    text-decoration: underline;
}
#floatDivBoxs {
    width: 170px;
    background: #fff;
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 9;
}
#floatDivBoxs .floatDtt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #1f5c9f;
    color: #fff;
    font-size: 18px;
    text-indent: 22px;
    position: relative;
}
#floatDivBoxs .floatDqq {
    padding: 0 14px;
}
#floatDivBoxs .floatDqq li {
    height: 32px;
    line-height: 25px;
    font-size: 15px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 0 50px;
}
#floatDivBoxs .floatDtxt {
    font-size: 18px;
    color: #333;
    padding: 12px 14px;
}
#floatDivBoxs .floatDtel {
    padding: 0 0 15px 10px;
}
#floatDivBoxs .floatDtel img {
    display: block;
}
#floatDivBoxs .floatDbg {
    width: 100%;
    height: 20px;
    background: url(../images/online_botbg.jpg) no-repeat;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}
.floatShadow {
    background: #fff;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}
#rightArrow {
    width: 50px;
    height: 45px;
    background: url(../images/online_arrow.jpg) no-repeat;
    position: fixed;
    top: 150px;
    right: 170px;
    z-index: 9;
}
#rightArrow a {
    display: block;
    height: 45px;
}
.header .nav-collapse {
    position: relative;
    display: none;
    float: right;
    width: 20px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    background: none;
}
@media (max-width: 1199px) {
    .header .nav-collapse {
        display: block;
        margin-top: 14px;
        margin-right: 0;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;
        display: block;
        margin-top: 8px;
        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #333;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #333;
}
.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}
.header .nav-collapse.active {
    border-color: transparent;
}
.header .nav-collapse.active .btn-line {
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px) {
    .header .nav {
        display: inline-block;
        float: right;
        padding-left: 50px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .header .nav a:hover {
        color: #fff100;
    }
}
@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        padding: 0 26px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        background: #fafafa;
        background-color: #333;
    }
    .header .nav .tbl {
        display: table;
        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }
}
@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100 {
    left: -100%;
}
.header .nav.left-200 {
    left: -200%;
}
@media (min-width: 1200px) {
    .header .nav .nav-list1 li a {
        white-space: nowrap;
    }
    .header .nav .nav-list1>li {
        position: relative;
        float: left;
    }
    .header .nav .nav-list1>li>a {
        font-size: 18px;
        line-height: 100px;
        position: relative;
        display: inline-block;
        overflow: hidden;
        padding: 0 35px;
        -webkit-transition: all .4s;
        transition: all .4s;
        vertical-align: middle;
        text-transform: uppercase;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        font-weight: bold;
        text-decoration: none;
        color: #1f5c9f;
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;
        display: none;
        overflow: hidden;
        min-width: 220px;
        padding: 20px;
        text-align: center;
        text-align: left;
        color: #fff;
        background-color: #000;
    }
    .header .nav .nav-list1 .nav-list2 li {
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li a {
        font-size: 14px;
        line-height: 20px;
    }
    .header .nav .nav-list1 .nav-list2 li a:hover {
        color: #fff100;
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        margin: 20px 0;
        opacity: 0;
    }
    .header .nav .nav-list1>li {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);
        /*opacity: 0;*/
    }
    .header .nav .nav-list1>a {
        font-size: 20px;
        color: #fff;
    }
}
.header .nav .nav-list2 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav .nav-list3 a {
        line-height: 30px;
        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before {
        margin-right: 4px;
        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a {
        display: inline-block;
        padding: 0 4px;
        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before {
        content: '·';
    }
}
.header .nav-2,
.header .nav-3 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
        padding: 20px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        color: #fff;
        background: #fafafa;
        background-color: #333;
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p {
        font-size: 16px;
        position: relative;
        top: 0;
        display: block;
        margin: 0;
        padding: 0;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        color: #fff;
    }
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont';
    font-size: 26px;
    content: '\e64d';
    display: inline-block;
    transform: rotate(-180deg);
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title {
        font-size: 20px;
        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content {
    overflow: auto;
    height: 80%;
    margin-top: 0;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul {
    margin: 0;
    padding: 0;
}
@media (max-width: 767px) {}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    line-height: 30px;
    clear: both;
    margin: 25px 0;
    text-align: left;
}
@media (max-width: 767px) {
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    content: '\e72f';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
    font-size: 16px;
    line-height: 2.2;
    display: block;
}
.header .nav-2 {
    left: 100%;
}
.header .nav-3 {
    left: 200%;
}
.header .nav-3 .content ul li {
    font-size: 15px;
}
.header .fade-out ul {
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a {
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li {
        position: relative;
        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .header .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont';
        font-size: 18px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -14px;
        content: '\e64d';
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li>a {
        font-size: 18px;
        line-height: 2.5;
        display: block;
        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}
button {
    border: none;
    outline: none;
}
.header {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.fixed-header {
    background-color: #fff;
    box-shadow: 0 0 10px #999;
}
.banner {
    overflow: hidden;
}
@media(max-width: 1199px) {
    .header {
        height: 70px;
        background-color: #fff;
    }
    .header .logo {
        height: 50px;
        margin-top: 10px;
    }
    .header .search {
        margin-top: 26px;
    }
    .header .language {
        margin: 25px 10px 0 10px
    }
    .back-btn {
        display: inline-block;
        float: left;
    }
    #rightArrow,
    #floatDivBoxs,
    .floatnav {
        display: none;
    }
    .banner {
        padding-top: 70px;
    }
    .title h2 {
        font-size: 24px;
    }
    .title h2::after {
        margin-top: 10px;
        width: 68px;
    }
    .title h2::before {
        width: 56px;
    }
    .banner-inner {
        padding-top: 70px;
    }
    .wrap-honor ul {
        margin: 0 -15px;
    }
    .wrap-honor ul li {
        padding: 0 15px;
    }
}
.banner img {
    max-width: 100%;
}
@media(max-width: 991px) {
    .title p {
        font-size: 14px;
    }
    .box-product ul li .pic .mask {
        position: relative;
        opacity: 1;
        padding: 20px 10px;
    }
    .box-product ul li .pic .mask p,
    .box-product ul li .pic .mask span {
        opacity: 1;
    }
    .box-product ul li .pic .mask p {
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 24px;
        height: 48px;
    }
    .box-product ul li .pic .mask span::after {
        width: 44px;
        height: 44px;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: -44px 0;
    }
    .box-advantage ul {
        text-align: center;
    }
    .box-advantage ul li {
        margin: 0 10px;
        float: none;
        display: inline-block;
        margin-top: 20px;
    }
    .box-advantage ul li .item {
        width: 100px;
        height: 100px;
        padding-top: 10px;
        margin: 0 auto;
    }
    .box-advantage ul li .item h3 {
        font-size: 24px;
    }
    .box-advantage ul li p {
        margin-top: 10px;
    }
    .banner .banner-box .owl-carousel .owl-pagination {
        bottom: 10px;
    }
    .box-about .container {
        background: none;
    }
    .box-about {
        padding-top: 60px;
    }
    .box-about .text {
        width: 100%;
    }
    .box-about .text .a-title h2 {
        font-size: 24px;
    }
    .box-about .text .note {
        margin-top: 30px;
    }
    .box-about .text .info p {
        font-size: 16px;
    }
    .box-about .text a.more {
        font-size: 16px;
    }
    .box-news .info-1,
    .box-news .info-2 {
        width: 100%;
    }
    .box-news .info-2 {
        padding-left: 0;
    }
    .box-news .item .date {
        width: 78px;
    }
    .box-news .item .note {
        padding-left: 0;
    }
    .footer .copyright {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header .searchbox {
        width: 100%;
        padding-bottom: 10px;
    }
    .header .searchbox input {
        box-shadow: 0 0 10px #999;
    }
    .banner-inner .text .title-in h2 {
        display: none;
    }
    .banner-inner .text .title-in {
        right: 15px;
    }
    .sidenav {
        width: 100%;
    }
    .sidenav .sidecontact {
        display: none;
    }
    .content .wrap {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .wrap-honor ul {
        margin: 0 -8px;
    }
    .wrap-honor ul li {
        padding: 0 8px;
    }
    .sidenav .side {
        margin: 0 -4px;
		margin-top: 30px;
    }
    .sidenav .side li {
        display: inline-block;
        vertical-align: top;
        padding: 0 4px;
    }
    .sidenav .side li a {
        font-size: 14px;
    }
    .wrap-news-show .news-title h1 {
        font-size: 20px;
    }
    .wrap-video ul {
        margin: 0 -15px;
    }
    .wrap-video ul li {
        padding: 0 15px;
    }
    .wrap-product-show .pro-show .album {
        width: 100%;
        float: none;
    }
    .wrap-product-show .pro-show .text {
        width: 100%;
        float: none;
        margin-top: 30px;
        padding-left: 0;
    }
    .wrap-product-show .parameter .text {
        padding: 30px 14px;
    }
	.wrap-product-show .pro-show{
		margin-top: 0;
	}
	.wrap-product-show .pro-show .text .link{
		margin-top: 30px;
	}
}
@media(max-width: 767px) {
    .box-product ul {
        margin: 0 -8px;
    }
    .box-product ul li {
        width: 50%;
        padding: 0 8px;
        margin-top: 16px;
    }
    .wrap-product ul {
        margin: 0 -8px;
    }
    .wrap-product ul li {
        width: 50%;
        padding: 0 8px;
    }
    .wrap-news li {
        width: 100%;
        padding: 15px 0;
    }
    .wrap-news li .item {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    }
    .wrap-video ul {
        margin: 0 -8px;
    }
    .wrap-video ul li {
        padding: 0 8px;
        width: 50%;
    }
    .wrap-technical li {
        width: 100%;
    }
    .wrap-contact .info .m-title {
        padding: 0;
    }
    .wrap-contact .info .message ul {
        margin: 0 -14px;
    }
    .wrap-contact .info .message ul li,
    .wrap-contact .info .message ul li.text {
        width: 100%;
    }
    .wrap-contact .info .message {
        float: none;
        overflow: hidden;
        width: 100%;
    }
    .wrap-contact .info .text {
        float: none;
        clear: both;
        margin-top: 30px;
        width: 100%;
        padding-left: 0;
    }
    .wrap-contact .info .text .note {
        margin-top: 20px;
    }
    .google-map {
        height: 340px !important;
    }
}